[index]

Unhilite Command

Syntax

unhilite <button | shape | bitmap |
[row <number> [to <number2>] of] pickList | dataSheet> bitmap | Applies to bitmaps,

Description

The unhilite command sets the hilite property of a button, dataSheet, shape object, bitmap, or pickList to false. You can also use the unhilite command to set the hilite property of specific pickList or dataSheet rows to false.

Notes

Unhilite is synonymous with dehilite.

Examples

Create two buttons and name them "b1" and "b2". Set the buttons' autoHilite property to false and their style property to gray. Add the following handler to "b1": on mouseUp hilite me unhilite button "b2" end mouseUp Add the following handler to "b2": on mouseUp hilite me unhilite button "b1" end mouseUp When the user clicks a button, it is highlighted and the other button is unhighlighted. on mouseUp unhilite lst "Answers" end mouseUp
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.